@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');

html{
    overflow-x: hidden !important;
}

.only-desktop {
    display: block;
}

.only-mobile {
    display: none;
}

@media screen and (max-width: 1200px) {
    .only-desktop {
        display: none;
    }
    
    .only-mobile {
        display: block;
    }
}

@media screen and (max-width: 768px){
    body{
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }
}

* {
    font-family: 'Heebo', sans-serif;
}

img{
    max-width: 100%;
}

button{
    max-width: 100%;
}

.orange-text{
    color: #fcb600 !important;
    font-weight: 600;
}

.swal2-container{
    z-index: 999999999999999;
}

/*NAVBAR */

.container-mobile-navbar{
    position: absolute;
    z-index: 97;
    width: 100%;
    height: 90px;
}

.container-mobile-navbar.active{
    background-color: #425563;
}

.mobile-navbar{
    position: relative;
    max-width: 340px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mobile-menu-open{
    width: 100%;
    height: 100vh;
    z-index: 98;
    background-color: #425563;
    position: fixed;
    display: flex;
    text-align: center;
    display: none;
}

.mobile-menu-open-inner{
    margin: auto;
    max-width: 360px;
    position: relative;
}

.cote-gratis img{
    width: 90px;
    margin: 20px auto;
}

.mobile-menu-open-inner .close-button{
    position: absolute;
    top: 0;
    right: 4px;
    font-size: 30px;
    color: #fdb700;
}

.mobile-navbar .hamburguer-menu-bt{
    background-color: transparent;
    border: none;
}

.mobile-navbar .logo{
    position: absolute;
    left: 0;
    top: 5px;
    width: 95px;
}

.mobile-menu-open-inner .logo{
    width: 100px;
    margin: 10px auto;
}

.mobile-navbar .hamburguer-menu{
    position: absolute;
    right: 0;
    top: 25px;
}

.mobile-navbar .hamburguer-menu i{
    color: #fdb700;
    font-size: 40px;
}

.mobile-menu-open-inner .menu-items ul{
    padding: 0 !important;
    margin-bottom: 0;
}

.mobile-menu-open-inner .menu-items ul li{
    border-top: 2px solid #fdb700;
    color: white;
    list-style: none;
    font-size: 19px;
    padding: 5px 0 ;
    cursor: pointer;
}

.mobile-menu-open-inner .menu-items ul.sub-menu-mobile {
    display: none;
}

.mobile-menu-open-inner .menu-items ul.sub-menu-mobile a {
    text-decoration: none;
}

.mobile-menu-open-inner .menu-items ul.sub-menu-mobile li{
    border-top: 1px solid #fdb700;
    color: white;
    list-style: none;
    font-size: 14px;
    padding: 3px 0 ;
    cursor: pointer;
    background-color: #517189;
    text-decoration: none;
}



.mobile-menu-open-inner .close-button-btn{
    background-color: transparent;
    border: 0;
    color: #fdb700;
    top: 10px;
}



.mobile-menu-open-inner .cote-gratis{
    background-color: transparent;
    border: none;
}

.contact button{
    display: inline-block;
    width: 50%;
    border-radius: 20px;
    border: 0;
    margin-bottom: 5px;
    color: #425563;
    font-weight: 500;
    font-size: 18px;
}


.contact button.telephone{
    background-color:#fdb700;
}

.contact button.telephone i{
    color: white;
}

.contact button.whatsapp i{
    color: #01d960;
}

.container-mobile-navbar{
    display: block;
}
.container-desktop-navbar{
    display: none;
}

.seguradoras-text {
    padding-right: 0px;
}


.partner-access{
    padding: 15px 10px !important;
}

.partner-access p{
    font-size: 13px;
    text-align: left;
    font-family: 'Heebo', sans-serif;
}

.partner-access button{
    background-color: #fdb700;
    width: 100%;
    border: none;
    border-radius: 20px;
    margin-top: 10px;
    font-family: 'Heebo', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing:4px;
}

.partner-access input{
    border-radius: 20px;
    width: 100%;
    margin-bottom: 7px;
    border: none;
}

.partner-access input::placeholder{
    font-size: 13px;
    padding: 2px 10px;
    font-family: 'Heebo', sans-serif;
}

.partner-access select{
    border-radius: 15px;
    width: 100%;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background-color: white;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    padding: 0 5px;
    background-position-x: 95%;
}

.sub-menu-mobile.partner-access p{
    color: white;
}

@media screen and (min-width: 1200px){

    .seguradoras-text {
        padding-right: 190px;
    }

    .container-mobile-navbar{
        display: none;
    }

    .container-desktop-navbar{
        position: absolute;
        z-index: 97;
        width: 100%;
        height: 90px;
        display: block;
        top: 10px;
    }

    .desktop-navbar{
        /* text-align: center; */
        width: 1000px;
        position: relative;
        margin: 0 auto;
        font-size: 20px;
        font-family: 'Heebo', sans-serif;
        color: white;
    }

    .desktop-navbar .menu-items a{
        cursor: pointer;
        text-decoration: none;
        color: white;
        text-shadow: 5px 2px 8px black;
        text-transform: uppercase;
    }

    .desktop-navbar .menu-items.telephone-items{
        position: relative;
        width: 195px;
    }

    .desktop-navbar .telephone-items a{
        display: block;
    }

    .desktop-navbar .telephone-items a button{
        width: 170px;
        text-align: left;
        border: none;
        border-radius: 20px;
        font-size: 16px;
        color: #425563;
    }

    .desktop-navbar .telephone-items a i{
        margin-right: 7px;
    }

    .desktop-navbar .telephone-items #telephone{
        background-color: #fdb700;
        text-align: center;
    }

    
    .desktop-navbar .telephone-items #telephone i{
        color: white; 
        font-size: 15px;
    }

    .desktop-navbar .telephone-items #whatsapp{
        background-color: #419c4e;
        text-align: center;
        color: white; 
    }

    .desktop-navbar .telephone-items #whatsapp i{
        color: white; 
    }

    .desktop-navbar .telephone-items span.eleven{
        font-size: 15px;
    }


    .desktop-navbar .menu-items{
        padding: 0 15px;
        display: inline-block;
        position: relative;
        width: fit-content;
        font-size: 14px;
    }

    .desktop-navbar .navbar-menu-after::after{
        content: ' ';
        border-right: 1px solid #fcb700;
        height: 50%;
        position: absolute;
        right: 0;
        margin-top: 7px;
        top: 0;
    }

    .desktop-navbar .menu-items .sub-menu{
        position: absolute;
        display: none;
    }

    .desktop-navbar .menu-items .sub-menu{
        padding: 0;
        background-color: rgba(66, 85, 99, 0.9);
        list-style: none;
        width: 100%;
    }

    .desktop-navbar .menu-items .sub-menu .navbar-menu-parceiros {
        width: 150px;
    }

    .desktop-navbar .menu-items #parceiros-menu {
        width: 180px;
    }

    .desktop-navbar .logo{
        width: 130px;
    }

    .desktop-navbar .menu-items .sub-menu a{
        text-decoration: none;
        color: white;
        border-top: 1px solid #fdb700;
        font-size: 13px;
        display: block;
        text-align: left;
        padding: 8px;
        text-transform: uppercase;
    }

    .desktop-navbar .menu-items .sub-menu a:hover{
        background-color: #fdb700;
    }

    .desktop-navbar .big-menu{
        position: relative;
    }

    

}



/* Banner */

.rotative-banner .banner-text{
    display:flex;
    width: 100%;
    height: 90%;
    max-width:340px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 99;
    -webkit-touch-callout: none;  /* iPhone OS, Safari */
    -webkit-user-select: none;    /* Chrome, Safari 3 */
    -khtml-user-select: none;     /* Safari 2 */
    -moz-user-select: none;       /* Firefox */
    -ms-user-select: none;        /* IE10+ */
    user-select: none;            /* Possível implementação no futuro */
    /* cursor: default; */
}

.rotative-banner .banner-text-different .desktop{
    display: none;
}

.rotative-banner .banner-text-different{
    display:flex;
    width: 100%;
    height: 90%;
    max-width: 100%;
    margin: 50px auto;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 99;
    -webkit-touch-callout: none;  /* iPhone OS, Safari */
    -webkit-user-select: none;    /* Chrome, Safari 3 */
    -khtml-user-select: none;     /* Safari 2 */
    -moz-user-select: none;       /* Firefox */
    -ms-user-select: none;        /* IE10+ */
    user-select: none;            /* Possível implementação no futuro */
    /* cursor: default; */
}


.rotative-banner .banner-text .banner-text-inner{
    margin: 125px 0 0 0;
}

.rotative-banner .banner-text .banner-text-inner h2{
    color: white;
    font-size: 19px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    width: 170px;
}

.rotative-banner .banner-text .banner-text-inner h3{
    color: #fdb700;
    font-size: 15px;
    font-family: 'Kalam', cursive;
    width: 160px;
}

.rotative-banner .banner-text-different h3, .rotative-banner .banner-text-different h4, .rotative-banner .banner-text-different h5{
    color: #fff;
    font-family: 'Heebo', sans-serif;
}

.rotative-banner .banner-text-different h4 {
    font-size: 13px;
}

.rotative-banner .banner-text-different h5 {
    font-size: 12px;
    font-weight: 500;
}

.rotative-banner .banner-text-different h5.dias {
    font-size: 13px;
    font-weight: 800;
}
.rotative-banner .banner-text-different h3{
    font-size: 17px;
}

.rotative-banner .banner-text-different h3.semana{
    background-image: linear-gradient(to bottom, #ffffff, #7f7f7f);
    font-weight: 900;
    color: black;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo-supper-bf {
    width: 100px;
}

.rotative-banner .banner-text-different h3 .percent{
    font-size: 20px;
    font-weight: 900;
    background-image: linear-gradient(to bottom, #e09d29, #e6a948, #7d540e);
    color: black;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rotative-banner .banner-text-different .logo-bf img{
    width: 100px;
}


.banner-text .banner-text-inner h5{
    font-size: 13px;
    width: 150px;
    color: white;
    text-shadow: 5px 2px 8px black;
    font-weight: 300;
}

.banner-text .banner-text-inner h6{
    color: #fdb700;
    font-family: 'Kalam', cursive;
    font-weight: 400;
    width: 210px;
    text-shadow: 5px 2px 8px black;
    font-size: 16px;
}

.rotative-banner .banner-text .banner-text-inner p{
    color: white;
    font-size: 15px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
}

@media screen and (min-width: 1200px) {
    .rotative-banner .banner-text .banner-text-inner p{
        color: white;
        font-size: 15px;
        margin: 0 0 0 35px;
        width: 80%;
    }

    .rotative-banner.quem-somos .banner-text .banner-text-inner p{
        color: white;
        font-size: 17px;
        margin: 0 0 0 35px;
        width: 80%;
        line-height: 1.8;
        margin-bottom: 15px;
    }
    .banner-text .banner-text-inner h5{
        font-size: 25px;
        width: 250px;
    }
    .banner-text .banner-text-inner h6{
        font-size: 28px;
    }
}

.rotative-banner{
    height: 400px;
    margin: auto;
}

.rotative-banner .swiper {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    background-size: cover;
    background-position: 60%;
}

.swiper-slide a{
    text-decoration: none;
}

.rotative-banner #slide_1 { 
    background: url('/assets/img/banners/banner-mobile.jpg');
    background-size: cover;
    background-position: 50%;
}

.rotative-banner #slide_2 {
    background: url('/assets/img/banners/motos_banner_05_1.jpg');
    background-size: cover;
    background-position: 80%
}

.rotative-banner .swiper-android .swiper-slide, .swiper-wrapper, .swiper-backface-hidden .swiper-slide, .swiper-backface-hidden .swiper-slide{
    background-color: transparent;
}

.rotative-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.rotative-banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.rotative-banner .swiper {
    width: 100%;
    margin: 20px 0;
}

.rotative-banner-pagination .swiper-pagination{
    z-index: 11;
}

.rotative-banner-pagination .swiper-pagination-bullet-active{
    background-color: #fcb600 !important;
}

.rotative-banner-pagination .swiper-pagination-bullet{
    border: 3px solid #fcb600 !important;
    width: 50px !important;
    border-radius: 5px !important;
    background-color: white;
}

.rotative-banner p{
    color: white;
}

.rotative-banner .banner-text-desktop{
    display: none;
}

.rotative-banner .advantages-inner .banner-text-mobile{
    display: block;
}

.btn-click-here{
    position: relative;
}

.btn-click-here-inner{
    display: flex;
    width: 100%;
    height: 90%;
    max-width: 340px;
    margin: auto;
    top: -175px;
    left: 0;
    right: 0;
    position: absolute;
}



@media screen and (min-width: 1200px){
    .rotative-banner {
        max-width: 100% !important;
        height: 100vh
    }
    .rotative-banner .banner-text{
        max-width: 1100px;
        margin: auto;
    }
    .rotative-banner .banner-text-different{
        display:block;
        max-width: 100%;
        margin: 10% auto;
        padding: 0 15%;
    }

    .rotative-banner .banner-text-different .mobile{
        display: none;
    }

    .rotative-banner .banner-text-different .desktop{
        display: flex;
        height: 80vh;
    }

    .rotative-banner .banner-text-different .desktop .imagem-desk{
        margin: 0 auto;
        height: 80vh;
    }
    .rotative-banner .banner-text-different .desktop img{
        height: 70%;
    }

    .rotative-banner .banner-text-different h3, .rotative-banner .banner-text-different h4, .rotative-banner .banner-text-different h5, .rotative-banner .banner-text-different p{
        color: #fff;
        font-family: 'Heebo', sans-serif;
    }

    .rotative-banner .banner-text-different p{
        font-size: 13px;
        text-align: center;
    }
    
    .rotative-banner .banner-text-different h4 {
        font-size: 20px;
    }
    
    .rotative-banner .banner-text-different h5 {
        font-size: 15px;
        font-weight: 500;
    }
    
    .rotative-banner .banner-text-different h5.dias {
        font-size: 18px;
        font-weight: 800;
    }
    .rotative-banner .banner-text-different h3{
        font-size: 27px;
    }
    
    .rotative-banner .banner-text-different h3.semana{
        background-image: linear-gradient(to bottom, #ffffff, #7f7f7f);
        font-weight: 900;
        color: black;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .logo-supper-bf {
        width: 100px;
    }
    
    .rotative-banner .banner-text-different h3 .percent{
        font-size: 40px;
        font-weight: 900;
        background-image: linear-gradient(to bottom, #e09d29, #e6a948, #7d540e);
        color: black;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .rotative-banner .banner-text-different .logo-bf img{
        width: 200px;
    }

    .rotative-banner .banner-text-inner{
        max-width: 400px;
        margin: auto 0 auto 70px !important;
    }
    .rotative-banner .banner-text .banner-text-inner h2{
        font-size: 46px !important;
        width: auto;
    }
    .rotative-banner .banner-text .banner-text-inner.motos h2{
        font-size: 36px !important;
    }
    .rotative-banner .banner-text .banner-text-inner h3{
        font-size: 34px !important;
        width: auto;
    }
    .rotative-banner #slide_1 {
        background: url('/assets/img/banners/banner-desktop.jpg');
        background-size: cover;
        background-position: 60% 0%;
    }

    .rotative-banner .banner-text .banner-text-inner p{
        font-weight: 300;
    }
    
    .rotative-banner #slide_2 {
        background: url('/assets/img/banners/motos_banner_05_1.jpg');
        background-size: cover;
        background-position: 60% 0%;
    }
    
    .advantages-inner .banner-text-mobile{
        display: none;
    }

    .rotative-banner .banner-text-desktop{
        display: flex;
    }

    .btn-click-here-inner{
        max-width: 1100px;
        top: -210px;
        left: 130px;
    }

}


/* BANNER COMEMORAÇÃO */

.rotative-banner .banner-text .banner-text-inner-alternative, .rotative-banner .banner-text .banner-text-inner-alternative .texto {
    margin: auto;
}

.rotative-banner .banner-text .banner-text-inner-alternative h2{
    color: #fdb700;
    font-size: 40px;
    font-family: 'Kalam', cursive;
    font-weight: 400;
    width: 350px;
}

.rotative-banner .banner-text .banner-text-inner-alternative h3{
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 28px;
    width: 300px;
}

.banner-text .banner-text-inner-alternative h5{
    font-size: 15px;
    width: 150px;
    color: white;
    text-shadow: 5px 2px 8px black;
    font-weight: 300;
}

.banner-text .banner-text-inner-alternative h6{
    color: #fdb700;
    font-family: 'Kalam', cursive;
    font-weight: 400;
    width: 210px;
    text-shadow: 5px 2px 8px black;
    font-size: 18px;
}

.rotative-banner .banner-text .banner-text-inner-alternative img {
    margin: 0 0 0 auto;
    width:70%;
}

.btn-insta{
    font-size: 18px; background-color: #4b5763; border: 2px solid white; color: #fdb700; border-radius: 15px; padding: 1px 45px; font-weight: 400; margin-top: 10px; text-decoration: none;
}


.rotative-banner .banner-text .banner-text-inner-alternative p{
    color: white;
    font-size: 15px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
}

@media screen and (max-width: 1200px) {

    .rotative-banner .banner-text .banner-text-inner-alternative .only-mobile{
        padding-top: 50px;
    }

    .btn-insta{
        font-size: 10px; background-color: #4b5763; border: 2px solid white; color: #fdb700; border-radius: 15px; padding: 1px 15px; font-weight: 400; margin-top: 10px; text-decoration: none;
    }

    .rotative-banner .banner-text .banner-text-inner-alternative .texto{
        width: 100%;
    }


    .rotative-banner .banner-text .banner-text-inner-alternative h2{
        color: #fdb700;
        font-size: 20px;
        font-family: 'Kalam', cursive;
        font-weight: 400;
    }
    
    .rotative-banner .banner-text .banner-text-inner-alternative h3{
        width: auto;
        color: #fff;
        font-family: 'Heebo', sans-serif;
        font-size: 19px;
    }

    .rotative-banner .banner-text .banner-text-inner-alternative p{
        color: white;
        font-size: 15px;
        margin: 0 0 0 35px;
        width: 80%;
    }

    .rotative-banner.quem-somos .banner-text .banner-text-inner-alternative p{
        color: white;
        font-size: 17px;
        margin: 0 0 0 35px;
        width: 80%;
        line-height: 1.8;
        margin-bottom: 15px;
    }
    .banner-text .banner-text-inner-alternative h5{
        font-size: 25px;
        width: 250px;
    }
    .banner-text .banner-text-inner-alternative h6{
        font-size: 28px;
    }
}


/* Vantagens */

.advantages{
    padding: 201px 0 120px 0;
    margin: -180px auto 0;
    position: relative;
    z-index: 10;
    background: url(/assets/img/banners/duj4981je801j0.png) 50%;
    background-size: cover;
    background-repeat: no-repeat;
}


@media screen and (min-width: 992px){
    .advantages{
        padding: 220px 0 100px 0;
    }
}

.advantages-square{
    display: flex;
}


.advantages-square-design{
    margin-top: -20px !important;
}

.swiper-pagination{
    z-index: 99;
}

.advantages h2{
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #566672;
    font-size: 32px;
    width: 70%;
    padding: 0;
    margin: auto;
}

.advantages h3{
    font-family: 'Kalam', cursive;
    text-align: center;
    color: #fdb700;
    font-size: 22px;
}

.advantages h4{
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #425563;
    font-size: 22px;
    margin: auto 0;
}


.woman-image{
    max-width: 340px;
    position: relative;
    margin: 90px auto;
}


.woman-image img{
    position: absolute;
    right: 0;
    bottom: -75.2px;
}

.woman-image img{
    position: absolute;
    width: 200px;
    right: -30px;
    transform: skew(0, 2.7deg);
}

.woman-image-desktop{
    display: none;
}

.dots-div{
    display: none;
}

.advantages-inner{
    padding: 0 15px;
    max-width: 360px;
    margin: auto;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    position: relative !important;
    bottom: 80px !important;
}

@media screen and (min-width: 1200px){

    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 80px !important;
    }

    .advantages{
        margin-top: -200px;
        max-width: 100%;
        padding: 320px 0 200px 0;
        background: url('/assets/img/banners/dkoasdk1.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .woman-image-desktop{
        display: block;
    }

    

    .advantages-inner{
        max-width: 1100px;
        margin: auto;
        z-index: 2;
        position: relative;
    }
    
    .advantages-square img{
        margin: 0 auto 12px;
        width: 180px;
    }

    .advantages-square h4{
        width: 100%;
        text-align: center;
        font-size: 21px;
    }

    .advantages h2, .advantages h3{
        text-align: left;
    }
    .advantages h2{
        font-size: 40px;
        width: 100%;
    }
    .advantages h3{
        font-size: 28px;
        width: 200px
    }
    .advantages-square-design{
        margin-top:  0 !important;
    }

    /* .woman-image-desktop{
        position: absolute;
        top: 95.5px;
        left: 0px;
    } */

    .woman-image-desktop {
        position: absolute;
        top: 193px;
        left: 50px;
    }

    .woman-image-desktop img{
        width: 240px;
        margin-left: 18px;
    }

    .dots-div{
        position: relative;
        display: block;
        z-index: 1;
    }

    .dots-div .dots-background{
        position: absolute;
        display: block;
        right: 249px;
        top: 79px;
    }

}

/* PLANS */


.plans {
    background: url('/assets/img/banners/banner-2.jpg');
    background-position: 30% 30% !important;
    background-size: cover;background-repeat: no-repeat;
    margin: auto;
    position: relative;
    z-index: 8;
    padding: 100px 0 130px;
    margin-top: -90px;
}

.plans .swiper-pagination-bullet-active{
    background-color: #fcb600 !important;
}

.plans .swiper-button-next, .plans .swiper-button-prev{
    color: #fcb600 !important;
}

.plans .plans-inner {
    width: 360px;
    margin: auto;
}

@media screen and (min-width: 1200px) {
    
    .plans .plans-inner {
        width: 75%;
    }

}

.plans .plans-inner h2{
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}

.plans .plans-inner h3{
    font-family: 'Kalam', cursive;
    text-align: center;
    color: #fdb700;
    font-size: 22px;
}

.plans .plans-inner h4{
    margin-top: 20px;
    font-family: 'Heebo', sans-serif;
    text-align: center;
    color: white;
    font-size: 22px;
}

.plans .plans-inner .plan-body h4{
    margin: 0px 0 30px;
    font-family: 'Heebo', sans-serif;
    text-align: center;
    color: #fdb700;
    font-size: 30px;
}


.plans .banner-item.active{
    font-family: 'Heebo', sans-serif;
    color: #fdb700;
    font-size: 24px;
    font-weight: 600;
}

.plans .banner-item{
    font-family: 'Heebo', sans-serif;
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    text-align: left;
    margin-left: 18px;
}

.plans .banner-item-border {
    position: relative;
}

.plans .banner-item-border:before {
    content: ' ';
    width: 3px;
    height: 30px;
    position: absolute;
    left: 0;
    background-color:#fdb700;
}

.plans .card{
    background-color: transparent;
    border: none;
    position: relative;
    display: block;
}

.plans .swiper-wrapper{
    display: flex;
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, 0px);
    width: 100%;
    max-width: 340px;
}

.plans .slide-inner{
    width: 75%;
    margin: auto;
}

.plans .slide-inner .plan-header-1{
    background-image: url('/assets/img/geral/geral_01.jpg');
}

.plans .slide-inner .plan-header-2{
    background-image: url('/assets/img/geral/geral_02.jpg');
}

.plans .slide-inner .plan-header-3{
    background-image: url('/assets/img/geral/geral_03.jpg');
}

.plans .slide-inner .plan-header-4{
    background-image: url('/assets/img/geral/geral_04.jpg');
}

.plans .slide-inner .plan-header{
    height: 150px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 10px;
}

.plans .slide-inner .plan-header h4{
    color:#fdb700;
    font-family: 'Heebo', sans-serif;
    font-size: 40px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 12%;
}

.plans .slide-inner .plan-body{
    background-color: white;
    border-radius: 0 0 25px 25px;
    padding: 20px 40px 45px 40px;
    position: relative;
}
.plans .slide-inner .plan-body .plan-body-items{
    margin-top: 20px;
}

.plans .slide-inner .plan-body h5{
    font-family: 'Heebo', sans-serif;
    color: #425563;
    font-size: 20px;
}

.plans .slide-inner .plan-body p{
    font-size: 18px;
    font-family: 'Heebo', sans-serif;
    color: #425563;
    margin-bottom: 5px;
}
.plans .slide-inner .plan-body p:before{
    content: " ";
    margin-right: 10px;
    border-left: 2px solid#fdb700;
}

.plans .slide-inner .plan-body .btn-saiba-mais {
    position: absolute;
    bottom: 30px;
    background-color: #fcb700;
    width: 75%;
    border-radius: 15px;
    color: #425563;
    font-weight: 600;
    font-size: 18px;
    left: 0;
    padding: 0;
    margin: 0 12.5%;
}

@media screen and (min-width: 1200px) {
    .plans .slide-inner .plan-header{
        height: 130px;
    }
}


details{
    background-color: white;
    border-radius: 20px;
}
summary {
    font-size: 1.25rem;
    font-weight: 600;
    background-color: #fdb700;
    color: white;
    padding: 1rem;
    outline: none;
    border-radius: 0.25rem;
    text-align: left;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
  }
  details > summary::after {
    background-color: white;
    content: "+";
    border-radius: 25px;
    padding: 1px 15px 4px 15px;
    color: #425563;
    position: absolute;
    font-size: 30px;
    top: 5px;
    right: 20px;
  }
  details[open] > summary::after {
    background-color: white;
    content: "-";
    border-radius: 25px;
    padding: 1px 19px 4px 19px;
    color: #425563;
    position: absolute;
    font-size: 30px;
    top: 5px;
    right: 20px;
  }
  details > summary::marker, details > summary::before {
    display: none !important;
    color: transparent;
  }

  details > summary::-webkit-details-marker {
    display: none;
  }

  details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
  }
  @keyframes sweep {
    0%    {opacity: 0; margin-top: -10px}
    100%  {opacity: 1; margin-top: 0px}
  }

  .faq__content{
      background-color: white;
      padding: 15px;
      border-radius: 16px;
  }

  .faq__content .faq-item::before{
    content: " ";
    margin-right: 10px;
    border-left: 2px solid#fdb700;
  }

  .label-asks{
      margin-left: 5px !important;
  }

  .input-asks{
    margin-top: 3px;
  }

  .faq__content p{
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #425563;
    margin: 0;
    line-height: 1.1;
    margin-bottom: 5px;
  }

  .faq__content .input-info{
    width: 100%;
    margin: 10px 0;
    border: none;
    background-color: #f1f1f1;
    padding: 15px 15px;
    border-radius: 20px;
  }

  .faq__content .input-info::placeholder{
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #425563;
  }

  .faq__content .btn-dark{
    color: #ffffff;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border-radius: 20px;
    padding: 5px 40px;
    border: 4px solid white;
    box-shadow: 0px 5px 19px -3px #707070;
  }

  .faq__content label{
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
      font-size: 15px;
      color: #425563;
      margin: 0;
  }

  .faq_block{
      margin-bottom: 15px;
  }

  .input-asks{
      visibility: hidden;
  }

.input-asks:after{
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -1px;
    left: -3px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #737373;
}

.input-asks:checked:after{
    border: 1px solid #737373;
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: 0px;
    left: -3px;
    position: relative;
    background-color: #fdb700;
    content: '';
    display: inline-block;
    visibility: visible;
}

#p1{
    font-weight: 400;
    color: #425563;
    font-size: 13px;
}
#span1{
    display: none;
}

.plans .plans-desktop{
    display: none;
}




@media screen and (min-width: 1200px){

    .plans{
        max-width: 100%;
        padding: 150px 0 280px;
        margin-top: -100px;
        background: url('/assets/img/banners/e12e231.png');
        background-position: center right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .plans h4#phrase{
        display: none;
    }

    .plans .plans-inner{
        max-width: 1100px;
    }

    .plans .plans-inner h2, .plans .plans-inner h3{
        text-align: left;
    }

    .plans .plans-inner h2{
        font-size: 39px;
    }

    .plans .plans-inner h3{
        font-size: 28px;
        margin-bottom: 40px;
    }

    .plans .plans-mobile{
        display: none;
    }

    .plans .plans-desktop{
        display: block;
    }

    .plans .slide-inner{
        width: 100%;
    }
    details{
        margin-top: 30px;
    }
    summary {
        text-align: center;
    }
    .plans .plan-header h4{
        display: block;
    }
    #span1{
        display: inline-block;
        color: #425563;
    }

    .woman-image{
        display: none;
    }
    .faq__content .btn-dark{
        width: 100%;
        padding: 7px 0;
    }
}

/* why supper */

.why-supper{
    margin: -70px auto 0;
    padding: 100px 0;
    background: url('/assets/img/banners/dj19h3712hu9f.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
    position: relative;
    height: 750px;
}

.why-supper .why-supper-inner{
    width: 360px;
    margin: auto;
}

.why-supper h2{
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #566672;
    font-size: 30px;
}

.why-supper h3{
    font-family: 'Kalam', cursive;
    text-align: center;
    color: #fdb700;
    font-size: 22px;
}

.why-supper h4{
    font-family: 'Heebo', sans-serif;
    color: #566672;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}

.why-supper h5{
    font-family: 'Heebo', sans-serif;
    color: #566672;
    font-size: 22px;
    font-weight: 400;
}

.why-supper .logo-div{
    display: flex;
    height: 100%;
}

.why-supper .logo-div .logo{
    margin: 0;
    padding: 0px 0px 50px 40px;
    width: 100px;
}

.why-supper-square{
    padding: 10px 0;
}

#why-supper-row img{
    height: 100%;
}

@media screen and (min-width: 1200px){
    .why-supper{
        background: url('/assets/img/banners/ndu19j380h.png');
        max-width: 100%;
        margin-top: -300px;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 200px 0 100px
    }
    .why-supper-inner{
        max-width: 1100px;
        margin: auto;
    }
    .why-supper h2, .why-supper h3{
        text-align: left;
    }
    .why-supper h2{
        text-align: left;
        font-size: 39px;
    }
    .why-supper h3{
        text-align: left;
        font-size: 28px;
    }

    .why-supper .logo-div .logo{
        padding: 0;
        margin: auto;
    }
    .why-supper h4, .why-supper h5{
        text-align: center;
    }
    #why-supper-row{
        margin-top: 50px;
    }
    #why-supper-row img{
        height: 100px;
        margin-bottom: 20px;
    }
    .why-supper .why-supper-inner{
        width: 1200px;
        margin: auto;
    }
}

/** choose-the-best **/


.choose-the-best{
    padding: 60px 10px;
    margin: -30px auto 0;
    background: url('/assets/img/banners/u312nigjsopp.png');
    position: relative;
    z-index: 2;
    background-size: cover;
}   


.choose-the-best{
    padding: 60px 10px;
    margin: -30px auto 0;
    background: url('/assets/img/banners/u312nigjsopp.png');
    position: relative;
    z-index: 2;
    background-size: cover;
}   

.choose-the-best-inner{
    max-width: 360px;
    margin: auto;
}

.choose-the-best h2{
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #566672;
    font-size: 33px;
}

.choose-the-best h3{
    font-family: 'Kalam', cursive;
    text-align: center;
    color: #fdb700;
    font-size: 28px;
    width: 280px;
    margin: auto;
}

.choose-the-best .logo-div{
    margin-top: 40px;
    display: flex;
}

.row.logos-row > div > img {
	max-width: 110px;
    width: 100% !important;
}

.row.logos-row .azul-logo > img {
	max-width: 100px;
}

.row.logos-row .itau-logo > img {
	max-width: 60px;
}

.choose-the-best .logos-row .logo-div img{
    height: auto;
    margin: auto;
}

.choose-the-best .logos-row  .logo-div .left-alig img{
    margin: 0;
}

.choose-the-best #car-image{
    width: 300px;
    display: none;
}

.choose-the-best p{
    text-align: justify;
}

@media screen and (min-width: 1200px){
    
    .choose-the-best{
        background: url('/assets/img/banners/carros_banner_08.png');
        background-size: cover;
        max-width: 100%;
        z-index: 2;
        padding: 300px 10px 240px;
        margin-top: -220px;
    }
    .choose-the-best-inner{
        max-width: 1100px;
        margin: auto;
    }
    .choose-the-best h2, .choose-the-best h3{
        text-align: left;
    }
    .choose-the-best h2{
        font-size: 39px;
    }
    .choose-the-best h3{
        font-size: 27px;
    }
    .choose-the-best p{
        padding-left: 15px;
    }
    .choose-the-best #car-image{
        width: 400px;
        margin: 0px 120px 0;    
    }

    .row.logos-row > div > img {
        max-width: 130px;
        width: 100% !important;
    }
    
    .row.logos-row .itau-logo > img {
        max-width: 70px;
    }
    
    .row.logos-row .azul-logo > img {
        max-width: 110px;
    }
}

@media(max-width: 1200px) {
    .row.logos-row .itau-logo > img {
        max-width: 60px;
        height: 60px !important;
    }

    .row.logos-row > div > img {
        width: 100% !important;
        height: 43px !important;
        object-fit: contain;
    }
}

/** Blog **/

.blog {
    padding: 80px 0;
    background: url('/assets/img/banners/banner-3.png');
    background-size: cover;background-repeat: no-repeat;
    margin: -35px auto 0;
    z-index: 6;
    position: relative;
}

.blog .blog-inner {
    max-width: 360px;
    margin: auto;
}

.blog h2{
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #fdb700;
    font-size: 30px;
}

.blog h3{
    font-family: 'Kalam', cursive;
    text-align: center;
    color: #566672;
    font-size: 22px;
}

.blog .plans-inner {
    margin: auto;
    max-width: 340px;
    padding: 50px 0;
}

.blog .plans-inner h2{
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}

.blog .plans-inner h3{
    font-family: 'Kalam', cursive;
    text-align: center;
    color: #fdb700;
    font-size: 22px;
}

.blog .plans-inner h4{
    margin-top: 20px;
    font-family: 'Heebo', sans-serif;
    text-align: center;
    color: white;
    font-size: 22px;
}

.blog .banner-item.active{
    font-family: 'Heebo', sans-serif;
    text-align: center;
    color: #fdb700;
    font-size: 24px;
}

.blog .card-mobile{
    background-color: transparent;
    border: none;
}



.blog .swiper-wrapper{
    display: flex;
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, 0px);
    width: 100%;
    max-width: 340px;
    padding: 5% 0;
}

.blog .swiper-button-next, .blog  .swiper-button-prev{
    color: #fdb700 !important;
}

.blog .slide-inner{
    width: 75%;
    margin: auto;
}




.blog .slide-inner .plan-header-1{
    background-image: url('/assets/img/geral/blog-1.jpg');
}

.blog .slide-inner .plan-header-2{
    background-image: url('/assets/img/geral/blog-2.jpg');
}

.blog .slide-inner .plan-header-3{
    background-image: url('/assets/img/geral/blog-3.jpg');
}

.blog .slide-inner .plan-header-4{
    background-image: url('/assets/img/geral/blog-2.jpg');
}

.blog .slide-inner .plan-header{
    height: 180px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 10px;
}


.blog .slide-inner .plan-header h4{
    color:#fdb700;
    font-family: 'Heebo', sans-serif;
    font-size: 40px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 12%;
}

.blog .slide-inner .plan-body{
    background-color: white;
    border-radius: 0 0 25px 25px;
    padding: 25px;
    box-shadow: 0px 5px 19px -3px #707070;
}
.blog .slide-inner .plan-body .plan-body-items{
    margin-top: 20px;
}

.blog .slide-inner .plan-body h5{
    font-family: 'Heebo', sans-serif;
    color: #425563;
    font-size: 20px;
}

.blog .slide-inner .plan-body p{
    font-family: 'Heebo', sans-serif;
    color: #425563;
    margin-bottom: 5px;
}

.blog  .btn-light{
    font-family: 'Heebo', sans-serif;
    color: #425563;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: 400;
    box-shadow: 0px 2px 5px -3px #707070;
    margin-bottom: 15px;
    width: 75%;
}

.blog .card-desktop{
    display: none;
}

.blog .card {
    display: block;
    background-color: transparent;
    border: none;
}

@media screen and (min-width: 1200px){
    
    .blog {
        max-width: 100%;
        background: url('/assets/img/banners/dasdwewq2.png');
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 7;
        margin-top: -170px;
        padding: 180px 0;
    }   
    .blog .swiper-slide{
        width: 100% !important;
    }
    .blog .blog-inner{
        max-width: 1100px;
        margin: auto;
    }
    .blog h2{
        text-align: left;
        font-size: 39px;
    }
    
    .blog h3{
        text-align: left;
        font-size: 27px;
    }
    .blog .card{
        display: none;
    }
    .blog .card-desktop{
        display: block;
    }
    .blog .swiper-button-next, .blog .swiper-button-prev{
        margin-top: 205px;
    }
    .blog .swiper{
        width: 100%;
    }
    .blog .slide-inner{
        width: 100%;
    }
    .blog .btn-light{
        width: 500px;
    }
}
/** All about **/

.testimonial {
    padding: 120px 0 120px;
    background: url('/assets/img/geral/mulher-rindo-carro.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: -40px auto 40px;
    z-index: 5;
    position: relative;
}

.testimonial .testimonial-inner{
    margin: auto;
    max-width: 360px;
}


.testimonial h2{
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #fdb700;
    font-size: 30px;
}

.testimonial h3{
    font-family: 'Kalam', cursive;
    text-align: center;
    color: #566672;
    font-size: 22px;
}
    
.testimonial .plans-inner {
    margin: auto;
    max-width: 340px;
    padding: 50px 0;
}

.testimonial .testimonial-inner h2{
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}

.testimonial .testimonial-inner h3{
    font-family: 'Kalam', cursive;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
}

.testimonial .testimonial-inner h4{
    font-family: 'Heebo', sans-serif;
    text-align: center;
    font-size: 14px;
    color: #425563;
    font-weight: 600;
}

.testimonial .testimonial-inner h5{
    font-family: 'Heebo', sans-serif;
    text-align: justify;
    font-size: 14px;
    color: #425563;
    font-weight: 400;
}

.testimonial .banner-item.active{
    font-family: 'Heebo', sans-serif;
    text-align: center;
    color: white;
    font-size: 24px;
}

.testimonial .banner-item{
    font-family: 'Heebo', sans-serif;
    text-align: center;
    color: white;
    font-size: 27px;
    font-weight: 600;
}

.testimonial .card{
    background-color: transparent;
    border: none;
}

.testimonial .swiper-slide{
    width: 100% !important;
}

.testimonial .swiper-wrapper{
    display: flex;
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, 0px);
    width: 100%;
    max-width: 340px;
    padding: 5% 0;
}

.testimonial .slide-inner{
    width: 75%;
    margin: auto;
}

.testimonial .slide-inner .plan-body{
    background-color: white;
    border-radius: 25px;
    padding: 25px;
    box-shadow: 0px 5px 19px -3px #707070;
    height: 250px;
}
.testimonial .slide-inner .plan-body .plan-body-items{
    margin-top: 20px;
}

.testimonial .swiper-button-next, .swiper-button-prev{
    color: white !important;
}

.testimonial .card-desktop {
    display: none;
}


@media screen and (min-width: 1200px) {
    .testimonial{
        max-width: 100%;
        margin-top: -80px;
        padding: 180px 0 250px;
        background: url('/assets/img/banners/djai112jdkas.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .testimonial .testimonial-inner{
        max-width: 1100px;
        margin: auto;
    }
    .testimonial .testimonial-inner h2, .testimonial .testimonial-inner h3{
        text-align: left;
    }
    .testimonial .testimonial-inner h2{
        font-size: 39px;
    }
    .testimonial .testimonial-inner h3{
        font-size: 28px;
    }
    .testimonial .card-desktop {
        display: block;
    }
    
    .testimonial .card{
        display: none;
    }
    .testimonial .slide-inner{
        width: 100%;
    }
    .testimonial .swiper-button-next, .testimonial .swiper-button-prev{
        margin-top: 120px;
    }
    .testimonial .swiper-wrapper{
        padding: 60px 0 105px;
    }

    .testimonial .slide-inner .plan-body{
        height: 185px;
    }
    

}


/* Cotation */

.cotation {
    max-width: 360px;
    margin: -100px auto 0;
    padding: 5px 0 25px;
}


.free-quote .cotation {
    background: none;
}

.cotation .cotation-inner{
    width: 100%;
    margin-top: 80px;
    background-color: #425563;
    padding: 30px 45px;
    border-radius: 30px;
    box-shadow: 0px 5px 19px -3px #707070;
    border: 2px solid white;
}

.cotation .cotation-inner .mini-logo{
    position: relative;
    z-index: 1;
}

.cotation .cotation-inner .mini-logo img{
    position: absolute;
    z-index: 1;
    right: -20px;
    top: 3px;
}

.cotation .cotation-inner h2{
    font-family: 'Heebo', sans-serif;
    color: #fdb700;
    font-size: 34px;
}

.cotation .cotation-inner p{
    font-size: 17px;
    font-family: 'Heebo', sans-serif;
    color: white;
    margin: 0;
}

.cotation .cotation-inner input{
    width: 100%;
    margin: 5px 0;
    border-radius: 18px;
    border: none;
    padding: 8px 20px;
}

.cotation .cotation-inner input::placeholder{
    font-family: 'Heebo', sans-serif;
    color: #79807d;
    font-size: 17px;
}

.cotation .cotation-inner button{
    font-family: 'Heebo', sans-serif;
    color: white;
    background-color: #fdb700;
    font-size: 20px;
    border: 3px solid white;
    border-radius: 20px;
    width: 100%;
    letter-spacing: 7px;
    font-weight: 600;
    box-shadow: 0px 5px 19px -3px #707070;
    position: relative;
    z-index: 2;
}

.cotation button{
    margin-top: 10px;
    font-family: 'Heebo', sans-serif;
    color: white;
    background-color: #019438;
    font-size: 20px;
    border: 3px solid white;
    border-radius: 20px;
    width: 100%;
    font-weight: 600;
    box-shadow: 0px 5px 19px -3px #707070;
}

.cotation .options input {
    display: none;
  }
  .cotation .options > label {
    display: inline-block;
    position: relative;
    margin-right: 16px;
    padding-left: 24px;
    cursor: pointer;
    color: white;
    margin-top: 40px;
  }
.cotation .options > label:before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    /* display: block; */
    height: 25px;
    left: 46px;
    top: -20px;
    margin-top: -8px;
    border: 4px solid #fff;
    border-radius: 20px;
  }
.cotation .options > label:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 8px;
    margin-top: 0;
    background:#fdb700;
    border-radius: 4px;
  }
.cotation .options :checked + label:after {
    height: 21px;
    width: 21px;
    margin-top: -4px;
    left: 48px;
    top: -22px;
    border-radius: 20px;
  }

.cotation .form-group-inner{
    display: inline-block;
    margin: 0px 30px;
}

.free-quote .logo{
    width: 100px;
    margin: 10px auto;
}

@media screen and (min-width: 1200px) {
    .free-quote .logo{
        width: 150px;
    }
    .free-quote .cotation{
        margin: auto;
    }
    .cotation{
        margin: 0;
        padding: 0;
        background:  none;
    }
    .cotation .cotation-inner{
        margin: 0 0 20px;
        border: 7px solid white;
    }
    .cotation .cotation-inner button{
        margin-top: 30px;
    }
}

/* Banner Cotation */

.banner-cotation {
    margin: auto 50px 15px auto;
    display: none;
}



.banner-cotation .cotation .cotation-inner h2 {
    font-size: 25px;
}

@media screen and (min-width: 1200px){

    .banner-cotation {
        margin: auto 50px 15px auto;
        display: block;
    }
    
    .banner-cotation .cotation .cotation-inner h2 {
        font-size: 20px;
        width: 70%;
        margin: auto;
        margin-bottom: 20px;
    }
    
    .cotation .cotation-inner p{
        font-size: 15px;
    }
    
    .banner-cotation .cotation .cotation-inner input {
        width: 100%;
        height: 30px;
    }
    
    .banner-cotation .cotation .options > label{
        font-size: 15px;
    }
    
    .banner-cotation .cotation .cotation-inner {
        padding: 15px 25px;
    }
    
    .banner-cotation .cotation button {
        font-size: 17px;
    }
}

@media screen and (min-width: 1600px) {
    .banner-cotation {
        margin: auto 0 auto auto;
    }
}

/* Contact */


.contact-section{
    margin: -30px auto 0;
    padding: 80px 0;
    background: url('/assets/img/banners/carros_banner_09.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3;
    position: relative;
}

.contact-section .contact-inner {
    max-width: 360px;
    margin: auto;
}


.contact-section h2{
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #566672;
    font-size: 30px;
}

.contact-section h3{
    font-family: 'Kalam', cursive;
    text-align: center;
    color: #fdb700;
    font-size: 22px;
}

.contact-section h4{
    font-family: 'Heebo', sans-serif;
    color: #566672;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}

.contact-section h5{
    font-family: 'Heebo', sans-serif;
    color: #425563;
    font-size: 22px;
    font-weight: 400;
}

.contact-section p{
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #425563;
    font-size: 17px;
    text-align: justify;
}

.contact-section .logo-div{
    display: flex;
    height: 100%;
}

.contact-section .logo-div .logo{
    margin: 0;
    padding: 0px 0px 50px 40px;
    width: 100px;
}

.woman-presenting{
    display: none;
}

.contact-section .board{
    padding: 0 20px;
}

.contact-section button.cote {
    font-family: 'Heebo', sans-serif;
    color: #566672;
    background-color: #fdb700;
    font-size: 15px;
    border: 2px solid white;
    border-radius: 20px;
    box-shadow: 0px 0px 7px 1px #707070;
    position: relative;
    z-index: 9999;
    padding: 2px 20px;
    font-weight: 400;
}

.contact-section button.cote {
    margin: auto;
}

@media screen and (min-width: 1200px){

    .woman-presenting img{
        width: 360px;
        position: absolute;
        left: 50px;
    }
    
    .woman-presenting{
        display: block;
        position: relative;
    }

    .contact-section p{
        width: 70%;
    }

    .contact-section button.cote {
        margin: 0;
    }

    .contact-section{
        background: url('/assets/img/banners/carros_banner_09.png');
        max-width: 100%;
        margin-top: -200px;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 100px 0 230px
    }
    .contact-section.genericas{
        margin-top: -50px;
    }
    .contact-inner{
        max-width: 1100px;
        margin: auto;
    }
    .contact-section h2, .contact-section h3{
        text-align: left;
    }
    .contact-section h2{
        font-size: 39px;
    }
    .contact-section h3{
        font-size: 28px;
    }

    .contact-section .logo-div .logo{
        padding: 0;
        margin: auto;
    }
    .contact-section h4, .contact-section h5{
        text-align: center;
    }
    #why-supper-row{
        margin-top: 50px;
    }
    #why-supper-row img{
        height: 100px;
        margin-bottom: 20px;
    }
    .contact-section .contact-inner {
        max-width: 1100px;
        margin: auto;
    }
}

/* Footer */

.footer-mobile{
    /*margin: -150px auto 0;
    padding: 200px 0 0 10px;*/
    margin: -75px auto 0;
    padding: 160px 0 0 10px;
    background: url('/assets/img/banners/j1923jojhjowqk.png') no-repeat;
    background-size: cover;
    position: relative;
    z-index: 6;
}

.footer-mobile .footer-mobile-inner {
    max-width: 360px;
    margin: 0 auto;
}

.footer-mobile h2{
    font-family: 'Heebo', sans-serif;
    color: #fdb700;
    font-size: 25px;
    margin-top: 20px;
}

.footer-mobile h3{
    font-family: 'Heebo', sans-serif;
    color: #425563;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
}
.footer-mobile h3:after{
    content: "";
    height: 60%;
    width: 3px;
    background-color: #fdb700;
    position: absolute;
    left: 0;
    top: 3px;
    margin: auto;
}

.footer-mobile h4{
    font-family: 'Heebo', sans-serif;
    color: #425563;
    font-size: 18px;
    font-weight: 400;
}

.footer-mobile p{
    font-family: 'Heebo', sans-serif;
    color: #425563;
    font-size: 17px;
    margin: 0px;
}

.footer-mobile h5{
    font-family: 'Heebo', sans-serif;
    color: #425563;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}

.footer-mobile h6{
    font-family: 'Heebo', sans-serif;
    color: #425563;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}

.footer-mobile a, 
.footer-mobile a:visited, 
.footer-mobile a:active, 
.footer-mobile a:hover {
    color: #425563;
    text-decoration: none;
}

.footer-mobile hr{
    color: #fdb700;
    height: 1px !important;
    opacity: 1;
    margin-top: 30px;
    width: 360px;
}

.footer-mobile .social-media{
    margin: 20px 0;
}

.footer-mobile .social-media-row{
    display: inline-block;
}

.footer-mobile .social-media-row a{
    margin-right: 20px;
}

.footer-mobile .social-media i{
    font-size: 40px;
    color: #fdb700;
}

.social-media h2{
    color: #fdb700;
    font-size: 20px;
}

.footer-mobile{
    display: block;
}

.footer-desktop{
    display: none;
}

.footer-desktop .absolute-footer p{
    text-align: center;
}
.footer-mobile .absolute-footer p{
    text-align: center;
    font-size: 13px;
}



@media screen and (min-width: 1200px) {

    .footer-mobile{
        display: none;
    }

    .footer-desktop{
        z-index: 7;
        position: relative;
        display: block;
        margin: -232px auto;
        background-position: right center;
        background: url('/assets/img/banners/i3h182jdo.png') right;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .footer-desktop-inner{
        max-width: 1100px;
        margin: auto;
        padding-top: 220px;
    }
    .footer-desktop h2{
        font-family: 'Heebo', sans-serif;
        color: #fdb700;
        font-size: 22px;
        margin-top: 20px;
    }

    .footer-desktop h3{
        font-family: 'Heebo', sans-serif;
        color: #425563;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 5px;
        position: relative;
        padding-left: 10px;
    }
    .footer-desktop h3:after{
        content: "";
        height: 60%;
        width: 3px;
        background-color: #fdb700;
        position: absolute;
        left: 0;
        top: 3px;
        margin: auto;
    }

    .footer-desktop-2cols {
        width: 30%;
        display: inline-flex;
        margin-right: 25px;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        white-space: nowrap;
    }

    .footer-desktop h4{
        font-family: 'Heebo', sans-serif;
        color: #425563;
        font-size: 15px;
        font-weight: 400;
    }

    .footer-desktop p{
        font-family: 'Heebo', sans-serif;
        color: #425563;
        font-size: 15px;
        margin: 0px;
    }

    .footer-desktop h5{
        font-family: 'Heebo', sans-serif;
        color: #425563;
        font-weight: 400;
        font-size: 20px;
        margin-bottom: 5px;
        position: relative;
        text-align: center;
    }

    .footer-desktop h6{
        font-family: 'Heebo', sans-serif;
        color: #425563;
        font-weight: 400;
        font-size: 15px;
        margin-bottom: 5px;
        position: relative;
        text-align: center;
    }

    .footer-desktop a, 
    .footer-desktop a:visited, 
    .footer-desktop a:active, 
    .footer-desktop a:hover {
        color: #425563;
        text-decoration: none;
    }

    .footer-desktop hr{
        color: #fdb700;
        height: 1px !important;
        margin: 20px 0;
        opacity: 1;
    }

    .footer-desktop .social-media{
        max-width: 180px;
    }

    .footer-desktop .social-media{
        margin-top: 30px;
    }

    .footer-desktop .social-media i{
        font-size: 40px;
        color: #fdb700;
    }



}

/* FLoat Button */

.float-button-container{
    position: relative;
    max-width: 360px;
    margin: auto;
    
}

.float-button-container-absolute{
    position: absolute;
}

.float-button{
    position: fixed;
    top: 72%;
    z-index: 99999;
    background-color: transparent;
    border: none;
    width: 280px;
    left: 50%;
}
.float-button img{
    width: 65px;
}

#bt-whats{ position:fixed; bottom:70px; right:100px; width:80px; z-index:97; }
#bt-whats img{ width:100%; }

@media screen and (max-width: 1200px) {
    #bt-whats{bottom:30px; right:20px;}
}
@media screen and (min-width: 1200px) 
{
    .float-button{
        position: fixed;
        top: 72%;
        z-index: 99999;
        background-color: transparent;
        border: none;
        width: 1100px;
        left: 47%;
    }

}

/* Free Quote */

.free-quote{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.free-quote .close-quote-button{
    position: absolute;
    top: 0;
    right: 4px;
    font-size: 30px;
    color: #fdb700;
    background-color: transparent;
    border: 0;
    color: #fdb700;
    top: 10px;
    z-index: 999999999;
}

@media screen and (min-width: 1200px){
    .float-button img{
        width: 80px;
    }
}



/* ALTERNATIVE && CARROS */



.advantages.advantages-alternative .advantages-inner img{
    margin: 0 auto;
    height: 100%;
}

.advantages.advantages-alternative h2{
    width: 100%;
    margin: 40px 0 15px;
}

.plans.alternative .slide-inner .plan-body h5{
    color: #fdb700;
}

.plans.alternative .slide-inner .plan-body h6{
    color: #425563;
    font-weight: 400;
    font-size: 16px;
}

.plans.alternative .slide-inner .plan-body{
    padding: 25px 15px 20px 15px;
    height: 180px;
    position: relative;
}

.plans.alternative .slide-inner .plan-body .btn-saiba-mais {
    position: absolute;
    bottom: 20px;
    background-color: #fcb700;
    width: 85%;
    border-radius: 15px;
    color: #425563;
    font-weight: 600;
    font-size: 18px;
    left: 0;
    padding: 0;
    margin: 0 7.5%;
}

.plans.alternative{
    background: url('/assets/img/banners/carros_banner_02.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.plans .pagination{
    display: none;
}

.choose-the-best.alternative h2{
    margin-bottom: 0px;
}

.choose-the-best.alternative h3{
    font-family: 'Kalam', cursive;
    text-align: center;
    color: #fdb700;
    font-size: 28px;
    width: 100%;
    margin: auto;
    margin-bottom: 5px;
}

.choose-the-best.alternative p{
    font-family: 'Heebo', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #425563;
    text-align: justify;
    width: 100%;
}

.rotative-banner.alternative .banner-text .banner-text-inner{
    margin: auto;
    padding-top: 50px;
    width: 100%;
}

.rotative-banner.alternative .banner-text .banner-text-inner h2{
    color: white;
    font-size: 25px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    width: 100%;
    text-align: center;
    width: 60%;
}

.rotative-banner.alternative#trucks .banner-text .banner-text-inner h2{
    margin-bottom: 80px;
}

@media screen and (min-width: 1200px){
    .rotative-banner.alternative .banner-text .banner-text-inner h2{
        width: 100%;
        text-align: left;
    }
    .rotative-banner.alternative#trucks .banner-text .banner-text-inner h2{
        margin-bottom: 0;
    }
}



/* CARROS */

.plans .slide-inner .plan-header-1.cars{
    background-image: url('/assets/img/geral/carro-01.jpg');
    background-size: cover;
}

.plans .slide-inner .plan-header-2.cars{
    background-image: url('/assets/img/geral/carro-02.jpg');
    background-size: cover
}

.plans .slide-inner .plan-header-3.cars{
    background-image: url('/assets/img/geral/carro-03.jpg');
    background-size: cover
}

.plans .slide-inner .plan-header-4.cars{
    background-image: url('/assets/img/geral/carro-04.jpg');
    background-size: cover;
}

.rotative-banner#cars #slide_1  {
    background: url('/assets/img/banners/carros_banner_01.jpg');
    background-size: cover;
    background-position: 50%;
}

@media screen and (min-width: 1200px) and (max-width: 1600px){
    .rotative-banner.alternative .banner-text-inner{
        margin: auto 0 40px 70px !important;
    }
}

    

@media screen and (min-width: 1200px){


    .advantages.advantages-alternative{
        padding: 260px 0 140px 0;
    }

    .advantages.advantages-alternative p{
        font-size: 17px;
        color: #425563;
    }

    .advantages.advantages-alternative .board{
        padding-left: 15px;
    }

    .plans.alternative{
        padding: 150px 0 230px;
    }


    
    .advantages.advantages-alternative .advantages-inner{
        max-width: 1100px;
        margin: auto;
        padding-left: 100px;
    }
    
    .advantages.advantages-alternative h2{
        width: 400px;
    }
    
    .advantages.advantages-alternative h3, p{
        width: 350px;
    }

    .plans.alternative .slide-inner .plan-body{
        height: 200px;
    }
    
}


.why-supper.insuranses summary{
    padding: 8px 5px 8px 15px;
    text-align: left;
    color: #425563;
    margin: 5px 0;
}

.why-supper.insuranses details[open] > summary::after {
    padding: 1px 12px 1px 12px;
    font-size: 20px;
    top: 7px;
}
.why-supper.insuranses details > summary::after {
    padding: 2px 11px 1px 11px;
    font-size: 20px;
    top: 7px;
}


.why-supper.insuranses h3, p{
    width: 100%;
}

.why-supper.insuranses p{
    font-size: 16px;
    line-height: 1.8;
    color: #425563;
    font-weight: 400;
    text-align: justify;
}

.why-supper.insuranses a{
    color: #fcb700;
    text-decoration: none;
}

.why-supper.insuranses.third-party p{
    color: white;
}

.why-supper.insuranses#insuranse-car-2{
    background: url('/assets/img/banners/carros_banner_03.png') no-repeat;
    background-size: cover;
    margin-top: -250px;
    z-index: 4;
    padding: 280px 0 230px;
}

.why-supper.insuranses{
    padding: 130px 0 130px;
    height: auto;
    margin: -110px auto 0;
}

.why-supper.insuranses#insuranse-car-3{
    background: url('/assets/img/banners/carros_banner_04.png') no-repeat ;
    background-size: cover;
    margin-top: -180px;
    z-index: 4;
    padding: 100px 0 100px;
}

.why-supper.insuranses#insuranse-car-4{
    background: url('/assets/img/banners/carros_banner_05.png') no-repeat ;
    background-size: cover;
    margin-top: -150px;
    z-index: 3;
    padding: 250px 0 100px;
}

.why-supper.insuranses#insuranse-5{
    background: url('/assets/img/banners/carros_banner_06_mobile.png') no-repeat ;
    background-position: 80% 50%;
    background-size: cover;
    margin-top: -200px;
    z-index: 2;
    color: white;
    padding: 240px 0 110px;
}

.why-supper.insuranses#insuranse-5 h2{
    color: white;
}

.why-supper.insuranses .why-supper-inner{
    padding: 0 15px;
}

@media screen and (min-width: 1200px){

    .why-supper.insuranses#insuranse-5{
        background: url('/assets/img/banners/carros_banner_06.png') no-repeat ;
        background-position: 70% 50%;
        background-size: cover;
    }

    .why-supper.insuranses#insuranse-1{
        padding: 120px 0 170px;
    }

    .why-supper.insuranses#insuranse-4{
        padding: 250px 0 150px;
    }

    .why-supper.insuranses#insuranse-3{
        padding: 240px 0 150px;
    }

    .why-supper.insuranses{
        padding: 200px 0 200px;
        height: auto;
        margin: -200px auto 0
    }

    .why-supper.insuranses p{
        padding: 0 120px 0 20px;
    }

    .why-supper.insuranses .faq__content p{
        padding: 0;
        margin: 6px 0;
    }

    .why-supper.insuranses summary{
        margin: 1px 0;
    }

    .why-supper.insuranses .why-supper-inner{
        padding: 0;
    }

    .choose-the-best.alternative h3{
        text-align: left;
    }

    .why-supper.insuranses#insuranse-car-2{
        padding: 280px 0 180px;
        z-index: 5;
    }

    .why-supper.insuranses#insuranse-car-3{
        padding: 200px 0 100px;
    
    }

    .why-supper.insuranses#insuranse-5{
        margin-top: -230px;
        padding: 280px 0 130px;
    }

}

.assistance{
    margin: -50px auto 0;
    padding: 80px 15px 115px;
    background: url('/assets/img/banners/fundo.jpg') no-repeat ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 1;
    position: relative;
    height: auto;
}

.assistance-inner {
    max-width: 360px;
    margin: auto;
    padding: 0 15px;
}

.assistance h2{
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    text-align: center;
    color: white;
    font-size: 30px;
}

.assistance h3{
    font-family: 'Kalam', cursive;
    text-align: center;
    color: #fdb700;
    font-size: 22px;
}

.assistance h4{
    font-family: 'Heebo', sans-serif;
    color: #566672;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    margin: auto;
}


.assistance h4 span.title{
    color: #fcb600;
}

.assistance h5{
    font-family: 'Heebo', sans-serif;
    color: #566672;
    font-size: 22px;
    font-weight: 400;
}

.assistance p{
    font-family: 'Heebo', sans-serif;
    color: white;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 0px;
}


.assistance .assistance-block{
    background-color: white;
    border-radius: 15px;
    padding: 20px;
    height: auto;
    margin: 4px 0;
}

.assistance .assistance-block .row{
    height: 100%;
}


.assistance .assistance-block .icon-div{
    display: flex;
}

.assistance .assistance-block .icon-div .icon{
    width: 60px;
    height: auto;
    margin: 20px auto;
}

.assistance .assistance-block h4{
    text-align: center;
}


@media screen and (min-width: 1200px){
    
    .assistance{
        background: url('/assets/img/banners/carros_banner_07.jpg') no-repeat ;
        max-width: 100%;
        margin-top: -300px;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 400px 0 180px 0;
        
    }
    .assistance .board{
        padding: 0 20px;
    }
    .assistance-inner{
        max-width: 1100px;
        margin: auto;
        padding: 0;
    }
    .assistance h2, .assistance h3{
        text-align: left;
    }
    .assistance h2{
        font-size: 39px;
    }
    .assistance h3{
        font-size: 28px;
    }

    .assistance .logo-div .logo{
        padding: 0;
        margin: auto;
    }
    .assistance .assistance-block{
        height: 115px;
    }
    .assistance .assistance-block .icon-div .icon{
        width: 85%;
        margin: auto;
    }
}

/* CAMINHOES */

.plans .slide-inner .plan-header-1.trucks{
    background-image: url('/assets/img/geral/caminhao_01.jpg');
}

.plans .slide-inner .plan-header-2.trucks{
    background-image: url('/assets/img/geral/caminhao_02.jpg');
}

.plans .slide-inner .plan-header-3.trucks{
    background-image: url('/assets/img/geral/caminhao_03.jpg');
}

.plans .slide-inner .plan-header-4.trucks{
    background-image: url('/assets/img/geral/caminhao_04.jpg');
}

.plans.trucks{
    background-image: url('/assets/img/banners/caminhoes_banner_05.jpg');
    background-size: cover;
    background-position: 50% !important;
}

.why-supper.insuranses#insuranse-truck-2{
    background: url('/assets/img/banners/caminhoes_banner_03.png') no-repeat;
    background-position: 45% 50%;
    background-size: cover;
    margin-top: -250px;
    z-index: 5;
    padding: 270px 0 150px;
}

.why-supper.insuranses#insuranse-truck-3{
    background: url('/assets/img/banners/carros_banner_04.png') no-repeat ;
    background-size: cover;
    margin-top: -150px;
    z-index: 4;
    padding: 180px 0 200px;
}

.why-supper.insuranses#insuranse-truck-4{
    background: url('/assets/img/banners/caminhoes_banner_02.png') no-repeat ;
    background-position: 0%;
    background-size: cover;
    margin-top: -150px;
    z-index: 4;
    padding: 100px 0 200px;
}

.why-supper.insuranses#insuranse-truck-5{
    background: url('/assets/img/banners/carros_banner_06.png') no-repeat ;
    background-size: cover;
    background-position: 70%;
    margin-top: -150px;
    z-index: 4;
    padding: 125px 0 130px;
}

.why-supper.insuranses#insuranse-truck-5 h2{
    color: white;
}

.assistance.truck{
    background: url('/assets/img/banners/fundo.jpg');
    background-size: cover;
    background-position: 30%;
    margin: -60px auto 0;
}

.rotative-banner#trucks #slide_1  {
    background: url('/assets/img/banners/caminhoes_banner_01.png');
    background-size: cover;
    background-position: 80%;
}

@media screen and (min-width: 1200px) {
    .assistance.truck{
        background: url('/assets/img/banners/caminhoes_banner_06.jpg');
        background-size: cover;
        background-position: 30%;
        margin: -60px auto 0;
    }
    
    .why-supper.insuranses#insuranse-truck-1{
        padding: 150px 0 200px
    }
    .why-supper.insuranses#insuranse-4{
        margin-top: -50px;
    }
    .why-supper.insuranses#insuranse-truck-3{
        padding: 250px 0 180px;
    }
    .why-supper.insuranses#insuranse-truck-4{
        margin-top: -130px;
        padding: 150px 0 250px;
    }
    .assistance.truck{
        padding: 200px 0 180px 0;
    }
    .why-supper.insuranses#insuranse-truck-2{
        padding: 230px 0 150px;
    }
    .why-supper.insuranses#insuranse-truck-5{
        padding: 100px 0 130px;
    }
}

@media screen and (min-width: 1600px) {
    .why-supper.insuranses#insuranse-truck-2{
        padding: 300px 0 150px;
    }
}

/* MOTOS */
.rotative-banner#motorcycle #slide_1  {
    background: url('/assets/img/banners/motos_banner_01.png');
    background-size: cover;
    background-position: 60% 0%;
}


.plans .slide-inner .plan-header-1.motorcycle{
    background-image: url('/assets/img/geral/moto_01.jpg');
    background-size: cover;
}

.plans .slide-inner .plan-header-2.motorcycle{
    background-image: url('/assets/img/geral/moto_02.jpg');
    background-size: cover
}

.plans .slide-inner .plan-header-3.motorcycle{
    background-image: url('/assets/img/geral/moto_03.jpg');
    background-size: cover
}

.plans .slide-inner .plan-header-4.motorcycle{
    background-image: url('/assets/img/geral/moto_04.jpg');
    background-size: cover;
}

.assistance.motorcycle {
    padding: 100px 0 150px 0;
    margin: -50px auto 0
}

.plans.motorcycle {
    background: url('/assets/img/banners/motos_banner_02.jpg');
    background-size: cover;
    background-position: 70% 0% !important;
}

.why-supper.insuranses#insuranse-motorcycle-1{
    padding: 100px 0 180px;
}

.why-supper.insuranses#insuranse-motorcycle-2{
    background: url('/assets/img/banners/motos_banner_03.png') no-repeat ;
    background-size: cover;
    padding: 100px 0 170px
}

.why-supper.insuranses#insuranse-motorcycle-4{
    background: url('/assets/img/banners/motos_banner_04-n.png') no-repeat ;
    background-position: 50%;
    background-size: cover;
    margin: -240px auto 0;
    padding: 280px 0 140px;
    z-index: 8;
}

.why-supper.insuranses#insuranse-motorcycle-3{
    padding:100px 0 130px
}

@media screen and (min-width: 1200px){
    .why-supper.insuranses#insuranse-motorcycle-4{
        margin: -50px auto 0;
        padding: 250px 0 200px;
    }
    .why-supper.insuranses#insuranse-motorcycle-3{
        padding: 200px 0 130px
    }
    .assistance.motorcycle {
        padding: 300px 0 150px 0;
        margin: -250px auto 0
    }
    .why-supper.insuranses#insuranse-motorcycle-1{
        padding: 150px 0 250px;
    }
    .why-supper.insuranses#insuranse-motorcycle-2{
        padding: 130px 0 230px;
    }
}

/* UTILITÁRIOS */

.rotative-banner#vans #slide_1  {
    background: url('/assets/img/banners/utilitarios_banner_01.jpg?v=1');
    background-size: cover;
    background-position: 60% 0%;
}

.plans.vans{
    background: url('/assets/img/banners/utilitarios_banner_02.jpg');
    background-size: cover;
    background-position: 60% 0%;
}

.plans .slide-inner .plan-header-1.vans{
    background-image: url('/assets/img/geral/utilitarios_01.jpg');
}

.plans .slide-inner .plan-header-2.vans{
    background-image: url('/assets/img/geral/utilitarios_02.jpg');
}

.plans .slide-inner .plan-header-3.vans{
    background-image: url('/assets/img/geral/utilitarios_03.jpg');
}

.plans .slide-inner .plan-header-4.vans{
    background-image: url('/assets/img/geral/utilitarios_04.jpg');
}

.assistance.vans{
    background: url('/assets/img/banners/fundo.jpg') no-repeat ;
    background-size: cover;
    margin: -60px auto 0;
}


.rotative-banner .banner-text-inner.vans{
    max-width: 500px;
}


.why-supper.insuranses#insuranse-vans-2{
    background: url('/assets/img/banners/utilitarios_banner_05.png') no-repeat ;
    background-position: 70%;
    background-size: cover;
    z-index: 9;
}

.why-supper.insuranses#insuranse-vans-2, .why-supper.insuranses#insuranse-vans-4{
    margin-top: -110px !important;
    padding: 130px 0 150px
}

.why-supper.insuranses#insuranse-vans-3{
    z-index: 8;
}


.why-supper.insuranses#insuranse-vans-4{
    background: url('/assets/img/banners/utilitarios_banner_04.png') no-repeat ;
    background-size: cover;
    margin-top: -250px !important;
    padding: 350px 0 140px;
    z-index: 7;
    background-position: 10%

}

.banner-text .banner-text-inner.vans h2{
    font-size: 30px;
}



@media screen and (min-width: 1200px) {

    .assistance.vans{
        background: url('/assets/img/banners/utilitarios_banner_03.jpg') no-repeat ;
        background-size: cover;
        margin: -360px auto 0;
    }
    

    .banner-text .banner-text-inner.vans h2{
        font-size: 38px;
    }

    .why-supper.insuranses#insuranse-vans-2{
        padding: 150px 0 150px;
    }
    .why-supper.insuranses#insuranse-vans-3{
        padding: 280px 0 250px;
    }
    .why-supper.insuranses#insuranse-vans-4{
        padding: 250px 0 150px;
        z-index:9;
    }
    .why-supper.insuranses#insuranse-vans-2, .why-supper.insuranses#insuranse-vans-4{
        margin-top: -150px;
    }
}
.swiper-button-next, .swiper-button-prev {
    outline: none !important;
}

/* QUEM SOMOS */

.grid-resumo .grid-resumo-interno, .oferecemos .oferecemos-interno, .equipe .equipe-interno, .como-atuamos .como-atuamos-interno, .acreditamos .acreditamos-interno{
    max-width: 1100px;
    margin: auto;
}

@media screen and (max-width: 1200px){
    .grid-resumo .grid-resumo-interno, .oferecemos .oferecemos-interno, .equipe .equipe-interno, .como-atuamos .como-atuamos-interno, .acreditamos .acreditamos-interno{
        max-width: 360px;
        margin: auto;
    }
}

.quem-somos-video {
    width: 100%;
    margin: 64px auto 100px;
}

.quem-somos-video.--mobile {
    display: none;
}

.quem-somos-video-container {
    position: relative;
    width: 80vw;
    max-width: 936px;
    margin: 0 auto;
    cursor: pointer;
}

.quem-somos-video-button {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	border-radius: 50%;
	border: none;
	justify-content: center;
	background-color: #484744a8;
    cursor: pointer;
    transition: all .3s;
}

.quem-somos-video-button {
    background-color: #484744;
}

.quem-somos-video-button.--hidden {
    opacity: 0;
}

.quem-somos-video-container video {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media(max-width: 1200px) {
    .quem-somos-video {
        position: sticky;
        width: 100%;
        margin: 36px auto 100px;
        background-color: #fff;
        z-index: 10;

    }

    .quem-somos-video-container {
        position: relative;
        width: 80vw;
        cursor: pointer;
        margin: 0 auto;
    }

    .quem-somos-video-container::after {
        content: '';
        position: initial;
        top: 0;
        left: 0;
        border-left: 100vw solid #fff;
        border-right: 100vw solid transparent;
        border-bottom: 34px solid transparent;
        width: 100%;
    }

}

@media(max-width: 480px) {
    .quem-somos-video {
        width: 100%;
        margin: 42px auto 90px;
    }

    .quem-somos-video.--mobile {
        display: block;
        position: sticky;
        z-index: 10;
    }

    .quem-somos-video.--desktop {
        display: none;
    }

    .quem-somos-video .banner-text-mobile {
        margin: 42px auto;
    }

    .quem-somos-video .banner-text-mobile p {
        font-size: 15px;
        color: #566672;
        width: 320px;
        margin: auto;
        text-align: center;
        font-weight: 400;
    }
    
    .quem-somos-video-container {
        position: relative;
        width: 100vw;
        cursor: pointer;
        margin: 0 auto;
    }

    .quem-somos-video-container::after {
        content: '';
        position: absolute;
        top: calc(100% - 22px);
        left: 0;
        border-left: 0vw solid green;
        border-right: 112vw solid transparent;
        border-bottom: 15px solid #fff;
        width: 100%;
        height: 0px;
    }

}

.rotative-banner .quem-somos{
    text-align: center;
    height: 240px;
}

.rotative-banner.quem-somos .banner-text h2{
    margin: auto;
    margin-bottom: 15px;
}
.rotative-banner.quem-somos .banner-text .banner-text-inner{
    width: 100%;
    margin: 0;
}

@media screen and (min-width: 1201px) {
    .banner-text-mobile{
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .rotative-banner .quem-somos{
        text-align: center;
        height: 100vh;
    }
    
    .rotative-banner.quem-somos .banner-text h2{
        font-size: 30px;
        text-align: center;
        margin: 100px auto;
        width: 100%;
    }
    .rotative-banner.quem-somos .banner-text .banner-text-inner{
        width: 100%;
        display: flex;
        margin: 0;
    }
}

.grid-resumo {
    background-image: url('img/banners/banner-quem-somos.png');
    background-size: cover;
    background-position: center center;
    margin-top: -100px;
    padding: 150px 0 150px 0;
    z-index: 9;
    position: relative;
}

.grid-resumo .grid-resumo-interno img {
    margin: auto;
    width:150px;
}

.grid-resumo .grid-resumo-interno h3 {
    margin-top: 10px;
    font-size: 21px;
    color: #566672;
}

.grid-resumo .grid-resumo-interno p {
    font-size: 15px;
    color: #566672;
    width: 200px;
    margin: auto;
    font-weight: 400;
}


.grid-resumo {
    background-image: url('img/banners/banner-quem-somos.png');
    margin-top: -150px;
    padding: 80px 0 100px 0;
    z-index: 9;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .grid-resumo {
        padding: 80px 0 100px 0;
    }
    .grid-resumo .grid-resumo-interno p{
        width: 100%;
    }
    .grid-resumo .grid-square {
        margin: 25px 0;
    }
}

.oferecemos {
    background-image: url('img/banners/banner-quem-somos-2.png');
    background-size: cover;
    background-position: center center;
    margin-top: -100px;
    padding: 230px 0 160px 0;
    z-index: 8;
    position: relative;
}

.oferecemos .oferecemos-interno h2{
    color: #fcb600;
}


.oferecemos .oferecemos-interno p{
    color: white;
    width: 400px;
    margin-left: 25px;
}

@media screen and (max-width: 1200px) {
    .oferecemos{
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0,0,0,0.5)), url('img/banners/banner-quem-somos-2.png');
        margin-top: -200px;
        padding: 280px 0 160px 0;
        background-position: 70% center;
    }
    .oferecemos .oferecemos-interno {
        text-align: center;
    }
    .oferecemos .oferecemos-interno p{
        margin-left: 0px;
        width: 100%;
    }
}

.equipe {
    background-image: url('img/banners/banner-quem-somos-3.png');
    background-size: cover;
    background-position: center center;
    margin-top: -100px;
    padding: 150px 0 100px 0;
    z-index: 9;
    position: relative;
}

.equipe .equipe-interno h2{
    color: #fcb600;
    margin-bottom: 32px;
    font-size: 32px;
}

.equipe .equipe-interno img{
    width: 150px;
    margin: auto;
    margin-bottom: 15px;
}

.equipe .equipe-interno .texto{
    max-width: 950px;
    margin: auto;
}

@media screen and (max-width: 1200px) {
    .equipe {
        margin-top: -400px;
        padding: 500px 0 200px 0;
    }
    .equipe .equipe-interno h2{
        text-align: center;
    }

}

.acreditamos {
    background-image: url('img/banners/banner-quem-somos-5.png');
    background-size: cover;
    background-position: center center;
    margin-top: -50px;
    padding: 150px 0 200px 0;
    z-index: 3;
    position: relative;
}



.acreditamos .acreditamos-interno h2 {
    color: #566672;
}
.acreditamos .acreditamos-interno p {
    color: #566672;
    width: 60%;
    margin-left: 20px;
}

.acreditamos .acreditamos-interno h3 {
    color: #fcb600;
    font-family: 'Kalam', cursive;
    font-weight: 500;
    margin-left: 20px;
    margin-top: 25px;
}

.btn-tals-icon, .btn-tals {
    display: none;
}

.btn-tals-desk{
    font-size: 18px; background-color: #e1a728; border: 2px solid white; color: #4e5966; border-radius: 15px; padding: 1px 45px; font-weight: 400; margin-top: 10px; text-decoration: none;
}

.btn-tals-desk-icon{
    position: absolute;
    left: 152px;
    bottom: 15px;
    z-index: 9999999999;
    width: 50px;
}

.btn-tals{
    font-size: 18px; background-color: #e1a728; border: 2px solid white; color: #4e5966; border-radius: 15px; padding: 1px 45px; font-weight: 400; margin-top: 10px; text-decoration: none;
}

.btn-tals-icon{
    position: absolute;
    left: 152px;
    bottom: -30px;
    z-index: 9999999999;
    width: 50px;
}

@media screen and (max-width: 1200px) {
    .acreditamos {
        background-image: none;
        background-color: #f4f4f4;
        text-align: center;
        padding-bottom: 100px;
        z-index: 9;
    }
    .acreditamos .acreditamos-interno p{
        margin: 0;
        width: 100%;
    }
    .btn-tals{
        font-size: 15px !important;
    }

    .btn-tals-icon{
        position: absolute !important;
        left: 135.5px !important;
        bottom: -30px !important;
        width: 50px !important;
    }
}

.equipe .equipe-interno p{
    color: white;
    font-weight: 300;
    text-align: center;
    max-width: 200px;
    margin: auto;
}

.como-atuamos {
    background-image: url('img/banners/banner-quem-somos-4.png');
    background-size: cover;
    background-position: center center;
    margin-top: -50px;
    padding: 150px 0 200px 0;
    z-index: 3;
    position: relative;
}

.como-atuamos .mulher{
    position: absolute;
}

.como-atuamos .mulher img {
	width: 290px;
	height: auto;
	left: 0;
	bottom: 0;
	margin-left: 390px;
	margin-top: -200px;
}

@media screen and (max-width: 1200px){
    .como-atuamos .mulher{

        display: none;

    }
}

.como-atuamos .como-atuamos-interno h2{
    margin-bottom: 30px;
    font-size: 32px;
    color: #566672;
}

.como-atuamos .como-atuamos-interno .frases{
    max-width: 300px;
    margin: auto;
}

.como-atuamos .como-atuamos-interno .frases h3{
    font-size: 23px;
    color: #fcb600;
    font-family: 'Kalam', cursive;
    font-weight: 600;
}

.como-atuamos .como-atuamos-interno .frases p{
    font-size: 15px;
    color: #566672;
}

@media screen and (max-width: 1200px) {
    .como-atuamos .como-atuamos-interno{
        text-align: center;
    }

    .como-atuamos {
        margin-top: -200px;
        padding-bottom: 100px;
    }
    .como-atuamos .como-atuamos-interno .frases{
        margin: 25px auto;
    }
}

.social-media h2{
    color: #fdb700;
    font-size: 20px;
}

.footer-franquias.social-media{
    margin: 20px 0;
}

.footer-franquias.social-media-row{
    display: inline-block;
}

.footer-franquias.social-media-row a{
    margin-right: 20px;
}

.footer-franquias.social-media i{
    font-size: 40px;
    color: #fdb700;
}

@media screen and (min-width: 1200px) {
    .footer-franquias.social-media{
        max-width: 180px;
    }
    
    .footer-franquias.social-media{
        margin-top: 30px;
    }
    
    .footer-franquias.social-media i{
        font-size: 40px;
        color: #fdb700;
    }
}

.footer-franquias .row2 {
    display: flex;
    flex-direction: row;
}
